home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / run / 2602 / xposn.hlp < prev    next >
Encoding:
Text File  |  1989-03-02  |  343 b   |  12 lines

  1. XPOSN(expr)
  2.  
  3. Returns X coordinate value that is 'expr' * 100 percent of the
  4. X axis range.  Plot scaling must have previously been done by
  5. a PLOT or NOTE procedure.
  6.  
  7. Used for positioning a note when autoscaling is done; e.g. for
  8. a note that starts at 10% of the X axis range and 90% up the
  9. Y axis:  
  10.  
  11.      NOTE(XPOSN(.1),YPOSN(.9));
  12.